Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Accessing File Objects


Q3File_GetVersion

You can use the Q3File_GetVersion function to get the version of an open file object.

TQ3Status Q3File_GetVersion (
TQ3FileObject file, 
TQ3FileVersion *version);
file
A file object.
version
On entry, a pointer to a file version. On exit, the current version of the specified file object.
DESCRIPTION
The Q3File_GetVersion function returns, through the version parameter, the current version of the file object specified by the file parameter.

ERRORS
kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996